const github.com/aws/aws-sdk-go-v2/service/s3/internal/arn.s3Namespace
3 uses
github.com/aws/aws-sdk-go-v2/service/s3/internal/arn (current package)
arn_parser.go#L12: s3Namespace = "s3"
arn_parser.go#L28: case s3Namespace:
arn_parser.go#L33: return arn.AccessPointARN{}, arn.InvalidARNError{ARN: a, Reason: fmt.Sprintf("service is not %s or %s", s3Namespace, s3ObjectsLambdaNamespace)}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)